Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: Icbbaecee94c516b312d53d070eec7b67f359a39b 
diff --git a/uritemplate/Android.bp b/uritemplate/Android.bp index 068c029..f878d86 100644 --- a/uritemplate/Android.bp +++ b/uritemplate/Android.bp 
@@ -26,13 +26,5 @@  srcs: [  "*.py",  ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: true, - }, - },  pkg_path: "uritemplate",  }